home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Printing / STD File Saver 2.0 / Source / MyPACK_4096_Nothing.a < prev    next >
Encoding:
Text File  |  1996-01-08  |  702 b   |  25 lines  |  [TEXT/MPS ]

  1. ;
  2. ; Copyright 1991-1996 Apple Computer. All rights reserved.
  3. ;
  4. ;    You may incorporate this sample code into your applications without
  5. ;    restriction, though the sample code has been provided "AS IS" and the
  6. ;    responsibility for its operation is 100% yours.  However, what you are
  7. ;    not permitted to do is to redistribute the source as "DSC Sample Code"
  8. ;    after having made changes. If you're going to re-distribute the source,
  9. ;    we require that you make it clear in the source that the code was
  10. ;    descended from Apple Sample Code, but that you've made changes.
  11. ;
  12.  
  13. MYPACK    PROC    EXPORT
  14.     
  15.     BRA.S    @1
  16.     DC.W    $0001
  17.     DC.L    $5041434B    ; this means PACK
  18.     DC.W    $F000
  19.     DC.W    $000A
  20.     DC.L    $02000000
  21. @1    RTS
  22.     
  23.     ENDPROC
  24.     END
  25.